home *** CD-ROM | disk | FTP | other *** search
/ .net (Turkey) 1998 March / .net Internet Dergisi - CD 5.iso / mac / CON_BM / 00289_Script_289 < prev    next >
Text File  |  1997-11-07  |  406b  |  13 lines

  1. on SetupText 
  2.   global gCurrentMoviePlaying, scrollbar
  3.   puppetsprite 26, true
  4.   set the name of member 119 to ""
  5.  
  6.   set the name of member (gCurrentMoviePlaying + 20) to "NameofFieldToControl" 
  7.   set the memberNum of sprite 26 to (gCurrentMoviePlaying + 20)
  8.   
  9.   init(scrollbar, "NameofFieldToControl")
  10.   set the visible of sprite 26 to true
  11.   boxtotop (mainscroll)
  12.   updatestage
  13. end SetupText